file writing

英 [faɪl ˈraɪtɪŋ] 美 [faɪl ˈraɪtɪŋ]

网络  文件记录

计算机



双语例句

  1. However, you must be careful about truncation when using the write mode to create a file object for writing data to a file.
    但是,在使用写入模式创建file文件,向文件写入数据时,必须注意文件的截断。
  2. Example operations include creating a file, writing to a file, or checking if a specific file exists.
    这些操作的示例包括创建文件、在文件中写入数据或检查特定的文件是否存在。
  3. The Python script treats sendmail this way by opening it as if it were a text file, writing the appropriate information to it, and then "closing" it.
    Python脚本就像打开文本文件一样打开sendmail,向其中写入适当的信息,然后“关闭”它。
  4. All these features can be enabled by configuring a simple XML file without writing any code.
    可以通过配置一个简单的XML文件来启用所有这些特性,而无需编写任何代码。
  5. In order to reduce the overhead of table inserting or file writing, the event records are first written to a buffer space.
    为了减少表插入或者文件写入操作的开销,事件记录首先将写入一个缓冲区空间。
  6. As in the previous example, the print() function raises an exception, because the file was not open for writing.
    正如之前的例子所示,print()函数抛出了一个异常,原因是文件尚未打开以供写入。
  7. If one thread attempts to read from a file whilst another is writing to it, the data may become corrupted.
    如果一个线程尝试读取某个文件,而另一个线程对其进行写访问,则可能会损坏数据。
  8. Inside the operating system virtual instance, some facilities like mounting the file system, reading/ writing the data to raw sockets, and changing the kernel parameters dynamically are not available.
    在操作系统虚拟化实例内部,无法执行挂载文件系统、向原始套接字读/写数据、动态更改内核参数等实用操作。
  9. The application then terminates because the file cannot be opened, writing the error message in the process.
    因为无法打开这个文件,应用程序终止并在进程中写错误消息。
  10. File name: The name of the file used by the UDF for writing the script.
    文件名:由UDF用于编写脚本的文件的名称。
  11. I have a purple file for documents I need each week, a green file for my writing, and a yellow file for important details, such as log-in information.
    我有一个紫色的文件夹,用它来放我每周都需要的文件,还有个绿色的文件夹放我写的东西,一个黄色的文件夹放重要的细节,比如我的登录信息。
  12. This avoids file system operations for reading and writing session data, which improves performance when large amount of data is stored in PHP session.
    这就避免了文件的阅读和写作部分数据,从而提高性能时,大量的数据是存储在PHP会议系统操作。
  13. Reduce log file size by only writing one out of every
    降低日志文件大小,只每隔这个时间写入一次
  14. Allows subsequent opening of the file for writing.
    允许随后打开文件写入。
  15. 'w'Open file, or create new file, for writing; discard existing contents, if any.
    打开文件,创建新文件;将原有的内容去掉。
  16. Error opening file for writing.
    打开文件进行写操作时出错。
  17. An attempt was made to obtain information about a file that is currently open for writing.
    试图获取当前被打开以进行写入的文件的有关信息。
  18. Could not open the file for writing.
    无法打开文件以便写入。
  19. Unable to open the file for writing.
    无法打开此文件进行写数据。
  20. Open the file for reading and writing.
    创建或打开一个文件内核对象。
  21. I used computer software to play the audio file while she was writing the content down according to what she heard.
    我运用一个电脑软件分句播放出音频文件来,而我女儿则把自己听到的内容写了下来。
  22. The control flow has one data flow for each table, each data flow reading data from a flat file source and writing to the SQL Server database via OLEDB.
    通过OLEDB控制流为每一个表存在一个数据流,每一个数据流读平面文件数据,并写回SQLServer数据库。
  23. Here is a sample of reading data from an XML file and the writing to a SQL Server.
    这是一个从XML文件读入数据然后写入数据库的例子。
  24. The process of setting up a file index or directory and writing the necessary values for indexed access of the file.
    建立文档索引或目录以及对文档的索引访问写入所需值的过程。
  25. A inlayed method for various application program of Windows were provided by transforming the voice on a tape into computer wave file and writing adynamic function library with VC++
    将录音磁带上语音转到计算机上,形成波形文件,用VC++写成动态函数库,为windows平台上的各种应用程序提供一种嵌入使用的方法。
  26. Organic Chemistry Experiment Teaching File's Writing and Role
    有机化学实验教学档案的编写与作用
  27. The structure design includes data storage, data structure interaction, file reading and writing, and interface editing.
    结构设计分为数据存储、数据结构交互、文件读写及界面编辑等部分。
  28. Further more, the performance slowdown of file reading/ writing is less than 2% after implementing of multilevel immune model.
    免疫策略的实施对文件读写性能的影响低于2%。
  29. A log structured file system writes all modifications to disk sequentially in a log like structure, thereby speeding up both file writing and crash recovery.
    把对文件的修改汇成日志条目顺序地写入磁盘,既加速了写文件的速度,又加速了崩溃恢复的速度。
  30. So it's essential to develop file serving system in order to provide high-speed file reading and writing service.
    因此,有必要开发专用的文件服务系统,为搜索引擎提供高速的文件读写服务。